Test with a real GraphAr dir - #17
Conversation
|
Were you able to validate the test case with any graphar tooling? |
|
I actually just manually constructed this as a minimal mock based on the specific fields our Since we're just testing the fallback parser's mapping logic, is the minimal mock fine? Or would you prefer I pad it out with the rest of the required GraphAr schema so it's fully compliant with the official tooling? |
|
Prefer padding out since this is testing compatibility |
|
I padded the mock files with the required fields (version, |
|
Why not test with a Java version of graphar (which is hopefully better supported) or test with another database that imports graphar importing? |
Following up on the merge in previous PR strengthened the fallback parser test to mock a real GraphAr directory structure and verify the data mapping logic.